home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / INTERNET / BROWSERS / WWW131.ZIP / WWW131 / SETUP / DOC / BUGFIXES.TXT next >
Encoding:
Text File  |  1996-06-01  |  5.4 KB  |  147 lines

  1. RELEASE 1.0
  2. -----------
  3.  
  4. Remove Config F3 (IRC) lines no longer required.
  5.  
  6. Check feasibility of implementing internal Pug editor cursor range 
  7. messages for autoscroll implementation. This may not be possible.
  8.  
  9. * DONE *
  10. Window cycling finally implemented on CTRL-UNDO.
  11.  
  12. BETA 000.b
  13. ----------
  14.  
  15. * DONE *
  16. Check copy operation still succeeds when path length exceeds dialogue 
  17. space available to fully display it.
  18.  
  19. French translations - update & check them
  20.  
  21. German translations - update & check them
  22.  
  23. * DONE *
  24. Scripts - update and check them.
  25.  
  26. * DONE *
  27. Implement TT Serial 1 & 2.
  28.  
  29. * FIXED *
  30. Check out shel_read() returning I:filename.ext bug. -> turns out this 
  31. was down to 2 OS "bugs", one in shel_read(), one in Dgetpath() both 
  32. masking each other and returning different info under same TOS version 
  33. (1.2) - must be HD driver differences.
  34.  
  35. * DONE *
  36. Check out automatic non-existent folder creation down destination 
  37. path. It doesn't appear to always work (I've forgotten what I 
  38. implemented for this!). -> non existent paths in the destination are 
  39. now created automatically.
  40.  
  41. * DONE *
  42. Implement check for .prx and .acx duplicates before copy of 
  43. destination. If the file exists with that extender, modify destination 
  44. extender so the current .prg or .acc gets written over disabled code 
  45. instead of sitting beside it and causing boot managers to screw up. -> 
  46. destination filename is checked for '??C' and if a match is found then 
  47. a test for an ??X filename is made - if one is found, and alert is 
  48. displayed allowing modification of last character to 'X'. Boot manager 
  49. friendly now (as much as possible).
  50.  
  51. Crash in setup.prg (terminating) on 4Mb ST, MagiC 3.0 and PAK 68030 
  52. card. Possibly down to the file copy problem below.
  53.  
  54. Possible crash on file copy when destination media space exhausted. No 
  55. confirmation of this, leaving for now.
  56.  
  57. *DONE*
  58. One or two long dialer scripts have cropped up. Modify dialer window 
  59. so it scrolls like the User window. Extend from 5 to 10 boxes (the 
  60. max) and extend field widths. -> 10 boxes now and field width is 40 
  61. chars.
  62.  
  63. *FIXED*
  64. Freaky dialer script (BrightNet) will need special modifiers to 
  65. circumvent the inbuilt grouping of FIND/RESP/WAIT. -> implemented two 
  66. reserved words, {nul} and {null} which can be applied to FIND and 
  67. RESP. {null} means the variable is stripped on final update, {nul} 
  68. means the variable value is stripped (ie just "FIND = " remains).
  69.  
  70. Beta 000.a
  71. ----------
  72.  
  73. *DONE*
  74. Modified setup.uk, setup.fr, setup.de so that setup.prg copies cab.ovl 
  75. and the correct cab.rsc file for the selected language. Can't take 
  76. this much further until stuff being modified is in a setup\ 
  77. subdirectory (can't risk more than one .. operator in path).
  78.  
  79. *FIXED*
  80. CharmNet script is wierd and gets garbled. Removed telephone number. 
  81. Can't do much else with this one. :-( -> seems okay but not sure if 
  82. I've still got the original.
  83.  
  84. *FIXED*
  85. Dungeon script uses PROVIDER instead of NAMESERVER. -> changed 
  86. accordingly. Removed telephone number.
  87.  
  88. *FIXED*
  89. Garlic.com script contains WAIT without = and overflows dialer. -> 
  90. replaced WAIT with WAIT = 0 and shortened overflowing line. Removed 
  91. telephone number.
  92.  
  93. * SORTED *
  94. [non setup] odd conflict with MagiC (2.0), ZCONTROL, CPX's and running 
  95. STiK as per single tasking (STIK.ACC). STiK dies horribly. Tracked 
  96. this down to COOKIES.CPX and disabled it. Worked fine for days, now 
  97. it's back with COOKIES.CPX still disabled. Investigate \auto\apps\ and 
  98. \auto. -> two different pug programs in the same folder both trying to 
  99. access each other's pug.pos (silly me).
  100.  
  101. *FIXED*
  102. install.prg crashed on reading provider.dat where the provider name 
  103. contained a trailing backslash (/). Probably down to it being 
  104. interpreted as an escape code. -> turned out the last line had no eol 
  105. sequence - overlooked a *strchr(foo,'\n') = NUL statement, replaced 
  106. with x=strchr();if (x) *x=NUL.
  107.  
  108. *DONE*
  109. Straighten out editor.hlp text.
  110.  
  111. *FIXED*
  112. Cockup of Flinny's email address in one of the HELP_HELP bits.
  113.  
  114. *FOUND*
  115. Failure of STIK.ACC under Magic (catastrophic system crash). Suspect 
  116. conflict with boot sequence. -> narrowed this down to COOKIES.CPX - 
  117. haven't investigated further, just disabled it.
  118.  
  119. *FIXED*
  120. Wierd append of FULLNAME onto CDVALID - can't duplicate this atm, will 
  121. fix when I can do so. Probably a script error. -> turned out cdvalid 
  122. text field declared too small.
  123.  
  124. *FIXED*
  125. Grinds to a halt if auto folder not present, has to be created 
  126. manually before install.prg gets run. Will not affect most people but 
  127. will implement automatic creation of auto folder in next version as 
  128. there is no reason not to. -> the install program now creates any path 
  129. that does not exist for the destination.
  130.  
  131. *FIXED*
  132. Removed WWW cache and proxy variables from all scripts. Since been 
  133. told some servers must have it - bugger. Will put them back in in due 
  134. course and change scripts.txt accordingly.
  135.  
  136. *SCRIPTS FIXED*
  137. Some scripts have not been checked. a) I'm too lazy to do it atm and 
  138. more importantly, b) it gives the parser a good hammering. Please try 
  139. all the scripts. Will check them all soon and fix or list which have 
  140. been fixed and which haven't - depends on rate of arrival of new 
  141. scripts.
  142.  
  143. *FIXED*
  144. install.rsc has visual bug. Top line of provider list collides with 
  145. the box name. Nothing to worry about here (snap left on) - will be 
  146. fixed when final resource is made.
  147.